[RESOLVIDO] Problemas: Direct Rendering

1. [RESOLVIDO] Problemas: Direct Rendering

Vinicus S Moraes
vsmoraes

(usa Arch Linux)

Enviado em 07/05/2008 - 00:26h

E ai pessoal, blz?
To com um probleminha meio tosco aqui...
O direct rendering não está ativado, quer dizer, mais ou menos...

Se eu digitar (como usuario normal):

$ glxinfo |grep direct
retorna:
direct rendering: No

Porém, se eu fizer o mesmo processo logo após me logar como root, olha o que aparece:

$ su -
# glxinfo |grep direct
resultado:
direct rendering: Yes

Estranho, não? Alguem pode me dar uma ajudinha pra que eu possa ativar o direct rendering pro usuario tbm?


  


2. Re: [RESOLVIDO] Problemas: Direct Rendering

Vinicus S Moraes
vsmoraes

(usa Arch Linux)

Enviado em 07/05/2008 - 00:39h

Opa... Problema resolvido!!!!
Se alguém tiver o mesmo problema ou algum parecido é só fazer o seguinte.
Edite o /etc/X11/xorg.conf, primeiro verifique se o módulo do direct rendering está sendo carregado:

Linha: Load "DRI" na Sessao "Module"

Se não existir essa linha, adicione. Depois adicione mais uma sessão:

Section "DRI"
Mode 0666
EndSection

Reinicie o X e pronto!! =)


3. Re: [RESOLVIDO] Problemas: Direct Rendering

Lazaro
lazaro91

(usa Debian)

Enviado em 14/09/2008 - 15:52h

cara dá uma olhada no meu xorg.conf:



----------------------------------------


# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "Files"

# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

-----------------------------------------


mesmo com os módulos ativados o glxinfo | grep direct retorna "no"!






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts